home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Resources / Burning & Media / GB-PVR 1.2.13 / GBPVR10213.msi / Cabs.w1.cab / ManualRecord2.aspx557 < prev    next >
Extensible Markup Language  |  2008-02-23  |  7KB  |  126 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <%@ Register TagPrefix="gbpvr" TagName="Header" Src="Header2.ascx" %>
  3. <%@ Page Language="C#" AutoEventWireup="true" CodeFile="ManualRecord2.aspx.cs" Inherits="gbweb.ManualRecord2" culture="auto" uiculture="auto" %>
  4. <%@ Register Assembly="eWorld.UI" Namespace="eWorld.UI" TagPrefix="ew" %>
  5. <!DOCTYPE html PUBLIC ∩┐╜-//W3C//DTD XHTML 1.1 Strict//EN∩┐╜ ∩┐╜http://www.w3.org/TR/xhtml1/DTD/xhtml11-strict.dtd∩┐╜>
  6. <html xmlns="http://www.w3.org/1999/xhtml">
  7.     <head>
  8.         <title>GBPVR - Manual Record</title>
  9.         <link rel="stylesheet" type="text/css" href="<%=Convert.ToString(Session["theme"])%>/css/common.css"/>
  10.         <link rel="stylesheet" type="text/css" href="<%=Convert.ToString(Session["theme"])%>/css/manualrecord.css"/>
  11.         <link rel="shortcut icon" type="image/gif" href="<%=Convert.ToString(Session["theme"])%>/graphics/favicon.gif"/>
  12.         <script type="text/javascript" src="public/popup.js"></script>
  13.         <script type="text/javascript" src="public/scrolling.js"></script>
  14.         <script type="text/javascript" src="public/Ajax2.js"></script>
  15.         <script type="text/javascript" src="<%=Convert.ToString(Session["theme"])%>/js/common.js"></script>
  16.         <script type="text/javascript" src="<%=Convert.ToString(Session["theme"])%>/js/manualrecord.js"></script>
  17.         <script type="text/javascript">
  18.             function reloadAndClose()
  19.             {
  20.                 window.close();
  21.             }
  22.         </script>
  23.     </head>
  24.     <body>
  25.         <gbpvr:Header id="headerTheme" runat="server"/>
  26.         <asp:ScriptManager ID="ScriptManager1" runat="server" EnablePageMethods="True">
  27.             <Services>
  28.                 <asp:ServiceReference Path="~/AjaxService2.asmx" />
  29.             </Services>
  30.         </asp:ScriptManager>
  31.         <form id="Form1" method="post" runat="server">
  32.             <div id="HEADER">
  33.                 <div id="LOGO_HEADER"></div>
  34.                 <div id="HEADER_TEXT">
  35.                     <span class="textLarge" title="GBPVR Enahnced Web Admin">GB-PVR</span><br>
  36.                     <span class="textSmall" title="GBPVR Enahnced Web Admin">Enhanced Web Admin</span>
  37.                     <span class="programInfo">Manual Record</span>
  38.                 </div>
  39.             </div>
  40.             
  41.             <div id="DETAILS_HEADER_DIV"></div>
  42.             
  43.             <div id="POSITIONING_DIV">
  44.             
  45.                 <div id="RECORD_DETAILS"></div>
  46.                 <div id="SHOW_NAME" class="detailsInfo"><div class="detailsLabel">Name: (optional)</div><asp:TextBox ID="pgmName" runat="server"></asp:TextBox></div>
  47.                 <div id="SHOW_CHANNEL" class="detailsInfo"><span class="detailsLabel">Channel:</span>
  48.                     <asp:DropDownList ID="listChannels" runat="server"></asp:DropDownList>
  49.                 </div>
  50.                 
  51.                 <div id="SHOW_START_DATE" class="detailsInfo"><span class="detailsLabel">Start Date: </span><ew:CalendarPopup ID="startDate" runat="server" Nullable="true" PopupLocation="Top"
  52.                                             ShowClearDate="True" Width="110px">
  53.                    </ew:CalendarPopup>
  54.                 </div>
  55.                 
  56.                 <div id="SHOW_START_TIME" class="detailsInfo"><span class="detailsLabel">Start Time:</span>
  57.                     <ew:TimePicker ID="startTime" runat="server" DisableTextBoxEntry="False" Nullable="true"
  58.                                             PopupLocation="Top" RoundUpMinutes="False" ShowClearTime="True" Width="110px">
  59.                     </ew:TimePicker>
  60.                 </div>
  61.                 
  62.                 <div id="SHOW_END_TIME" class="detailsInfo"><span class="detailsLabel">End Time:</span>
  63.                     <ew:TimePicker ID="endTime" runat="server" DisableTextBoxEntry="False" Nullable="true"
  64.                                             PopupLocation="Top" RoundUpMinutes="False" ShowClearTime="True" Width="110px">
  65.                     </ew:TimePicker>
  66.                 </div>
  67.                 
  68.                 <div id="OPTIONS_DIV"></div>
  69.  
  70.                 <div id="RECORD_DETAISL_2">
  71.                     <div id="DIV_RECORD_DAYS">
  72.                         <span class="detailsLabel">Days to record:</span>
  73.                         <div id="RECORD_DAYS_2">
  74.                              <asp:RadioButtonList ID="radioDay" runat="server" RepeatLayout="Flow">
  75.                                 <asp:ListItem Selected="True" Value="once">Once</asp:ListItem>
  76.                                 <asp:ListItem Value="everyDay">Every Day</asp:ListItem>
  77.                                 <asp:ListItem Value="everyWeek">Every Week</asp:ListItem>
  78.                                 <asp:ListItem Value="weekDays">Mon - Fri</asp:ListItem>
  79.                                 <asp:ListItem Value="weekEnd">Sat & Sun</asp:ListItem>
  80.                             </asp:RadioButtonList>
  81.                         </div>
  82.                     </div>
  83.                 </div>
  84.                 
  85.                 <div id="QUALITY_DIV"></div>
  86.                 
  87.                 <div id="RECORD_QUALITY">
  88.                     <div id="SHOW_QUALITY" class="detailsInfo"><span class="detailsLabel">Recording quality:</span>
  89.                         <asp:DropDownList ID="quality" runat="server" Width="72px">
  90.                             <asp:ListItem Value="High">High</asp:ListItem>
  91.                             <asp:ListItem Selected="True" Value="Medium">Medium</asp:ListItem>
  92.                             <asp:ListItem Value="Low">Low</asp:ListItem>
  93.                             <asp:ListItem Value="Custom1">Custom1</asp:ListItem>
  94.                             <asp:ListItem Value="Custom2">Custom2</asp:ListItem>
  95.                             <asp:ListItem></asp:ListItem>
  96.                         </asp:DropDownList>
  97.                     </div>
  98.                     
  99.                     <div id="SHOW_KEEP" class="detailsInfo"><span class="detailsLabel">Recordings to keep:</span>
  100.                        <asp:TextBox ID="keepRecordings" runat="server" Columns="3" MaxLength="3">0</asp:TextBox>
  101.                     </div>
  102.                     <div id="SHOW_PADDING" class="detailsInfo"><span class="detailsLabel">Padding:  Pre:</span><asp:TextBox ID="prePadding" runat="server" Columns="3" MaxLength="3">0</asp:TextBox>
  103.                        <label for="postPadding">Post: </label><asp:TextBox ID="postPadding" runat="server" Columns="3" MaxLength="3">0</asp:TextBox>
  104.                     </div>
  105.                 </div>
  106.             
  107.             
  108.                 <div id="BUTTONS_DIV">
  109.                 </div>
  110.                 
  111.                 <div id="BOTTOM_BUTTONS">
  112.                     <div id="RECORD_BUTTONS">
  113.                        <div class="but_RecordThisEpisode"><asp:LinkButton ID="LinkButton1" runat="server" OnClick="LinkButton1_Click">Record</asp:LinkButton></div>
  114.                        <div class="but_Close"><a href='javascript:window.close();' Class="btn-normal-large">Close - take no action</a></div>
  115.                     </div>
  116.                 </div>
  117.                 
  118.                 <div id="ERROR_MESSAGE" runat="server">
  119.                     <asp:Label ID="RecordMessage" runat="server" Visible="false">Record Message</asp:Label>
  120.                 </div>
  121.             </div>
  122.         </form>
  123.     </body>
  124. </html>
  125.  
  126.